Drawing.toSVGMatrix Method

Returns the SVG string representation of an affine transform.
 
 
Static This method is static.

Parameters

matrix

Type: Array
ElementType: Number
An array that represents an affine transform containing elements m11, m12, m13, m21, m22, m23, respectively.

Return Value


Type: String
The SVG string representation of the transform.